--------------------------------------This article mainly includes the following content:1. essential differences between Debug and Release compilation methods2. under which circumstances will the Release version go wrong?3. How to "debug" Release
Differences between release and debug: release and debug
Description in MSDN:========================================================== ======================================The Visual Studio project has separate configuration for release and
Debug is usually called a Debug version. It contains debugging information without any optimization, so that programmers can Debug programs easily. Release is called a Release version. It is often optimized to optimize the code size and running
I. essential differences between debug and release compilation methods
Debug is usually called a debug version. It contains debugging information without any optimization, so that programmers can debug programs easily. Release is called a release
Essential differences between debug and release
Use Conditional compilation to differentiate the debug and release versions:1. First, let's take a lookCode: Package {Import flash. display. Sprite;Public class testbuild extends Sprite{Config:
Differences between Debug and Release versionsThe Debug version is the Debug version, and the default Debug version is Visual C ++ 6.0. In the Debug version, you can use single-step execution, tracking, and other functions. However, the generated
Differences between the debug and release versions in VC)On csdn, we often see people asking the problem that debug runs normally but release fails. In the past, discussions were often empirical and did not point out the true cause. It is usually
Differences between debug and release
1. What is the difference between debug and release? Why should we use the release version!2. How to convert debug to release The debug version includes debugging information, so it is much larger
Link: http://hi.baidu.com/zltpc007/
Note: This document is also marked as reprinted in this blog, but it does not indicate the source of this article during reprinting, so it is impossible to mark the source of the real article even. Therefore, with
From: http://blog.csdn.net/SummerHeart/archive/2008/07/26/2715450.aspx
Essential differences between debug and release
--------------------------------------This article mainly includes the following content:1. essential differences between debug
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.